Version

SyncableObservableCollection<T1,T2> Class

An observable collection that can sync with another of a different type.
Syntax
public class SyncableObservableCollection<T1,T2> : System.Collections.ObjectModel.ObservableCollection<T1> 
Type Parameters
T1
The type of objects stored inside the collection.
T2
The type of objects this collection will sync with.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also